home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 11389 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  879 b 

  1. Path: news.PBI.net!usenet
  2. From: mich@pbinet.com
  3. Newsgroups: comp.lang.c
  4. Subject: Re: displaying pictures in C
  5. Date: 23 Mar 1996 19:29:19 GMT
  6. Organization: Pacific Bell Internet Services
  7. Message-ID: <4j1jef$5nr@SNFC21_SRVR_WWW.PBI.net>
  8. References: <4iscmr$8h9@newsflash.concordia.ca>
  9. Reply-To: mich@pbinet.com
  10. NNTP-Posting-Host: ppp-5-37.rdcy01.pbinet.com
  11. X-Newsreader: IBM NewsReader/2 v1.03
  12.  
  13. In <4iscmr$8h9@newsflash.concordia.ca>, v_ruso@alcor.concordia.ca writes:
  14. >How can I display a picture in the jpg , gif or any format into a
  15. >program for dos using c or c++?
  16.  
  17. >Is there a function for this, or do I have to write one?
  18.  
  19. You don't ask much, do you? There are entire books on the subject.
  20. Get one. 
  21. I don't know of any development enviroment native functions to display
  22. a GIF, no. Displaying a bitmap in one of the many formats is not somthing that
  23. you do in one function.
  24.  
  25.